From 463502d6c11aba012f102bc172fe253b933dcc91 Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Sat, 24 Jan 2026 14:41:42 +0200 Subject: [PATCH] [PATCH] Bump max LLVM version to 19 Gbp-Pq: Name llvm-newer-version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0942a406..acaadd2f 100644 --- a/configure.ac +++ b/configure.ac @@ -513,7 +513,7 @@ AC_SUBST(InstallNameToolCmd) # versions of LLVM simultaneously, but that stopped working around # 3.5/3.6 release of LLVM. LlvmMinVersion=13 # inclusive -LlvmMaxVersion=16 # not inclusive +LlvmMaxVersion=22 # not inclusive AC_SUBST([LlvmMinVersion]) AC_SUBST([LlvmMaxVersion]) -- 2.30.2